home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / blogjet / BlogJetSetup-bn.exe / {app} / BlogJet.exe / 0 / RCDATA / TEXCEPTIONFORM / TEXCEPTIONFORM.txt < prev   
Text File  |  2004-06-07  |  2KB  |  101 lines

  1. object ExceptionForm: TExceptionForm
  2.   Left = 258
  3.   Top = 212
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'BlogJet Error'
  7.   ClientHeight = 257
  8.   ClientWidth = 331
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 16
  21.     Top = 16
  22.     Width = 32
  23.     Height = 32
  24.     AutoSize = True
  25.     Picture.Data = {<image000.bmp>}
  26.     Transparent = True
  27.   end
  28.   object Label1: TLabel
  29.     Left = 64
  30.     Top = 16
  31.     Width = 175
  32.     Height = 13
  33.     Caption = 'Sorry, unknown program error.'
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -11
  37.     Font.Name = 'Tahoma'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.   end
  41.   object Label2: TLabel
  42.     Left = 64
  43.     Top = 40
  44.     Width = 233
  45.     Height = 41
  46.     Caption = 
  47.       'Please report about this error to developers at http://blogjet.c' +
  48.       'om/support/ with the details and information on how to reproduce' +
  49.       ' it.'
  50.     WordWrap = True
  51.   end
  52.   object Label3: TLabel
  53.     Left = 64
  54.     Top = 88
  55.     Width = 36
  56.     Height = 13
  57.     Caption = 'Details:'
  58.   end
  59.   object Label4: TLabel
  60.     Left = 64
  61.     Top = 200
  62.     Width = 225
  63.     Height = 13
  64.     Caption = 'It is recommended that you close the program.'
  65.   end
  66.   object Memo1: TMemo
  67.     Left = 64
  68.     Top = 104
  69.     Width = 241
  70.     Height = 81
  71.     BevelKind = bkFlat
  72.     BorderStyle = bsNone
  73.     Color = clBtnFace
  74.     Lines.Strings = (
  75.       'Access violation')
  76.     ReadOnly = True
  77.     ScrollBars = ssVertical
  78.     TabOrder = 0
  79.   end
  80.   object Button1: TButton
  81.     Left = 80
  82.     Top = 224
  83.     Width = 89
  84.     Height = 25
  85.     Caption = 'Close BlogJet'
  86.     Default = True
  87.     ModalResult = 3
  88.     TabOrder = 1
  89.   end
  90.   object Button2: TButton
  91.     Left = 176
  92.     Top = 224
  93.     Width = 75
  94.     Height = 25
  95.     Cancel = True
  96.     Caption = 'Continue'
  97.     ModalResult = 1
  98.     TabOrder = 2
  99.   end
  100. end
  101.